/*** 自定义全局样式 ***/

/*** 封面栏目标题及简介 ***/
.main-full .catname {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 13px;
    line-height: 40px;
    color: #666;
	border-bottom: 1px solid #e1dfdf;
    border-left: 5px solid #ca2228;
	margin-bottom: 15px;
	background: #f9f8f8;
	height: 60px;
	min-height: 60px;
}

/*
.sshuomign,.sshuomign a,.sshuomign span a{
    color: #888;
}
*/

.main-full .where {
    margin-left: 15px;
	font-weight: 700;
	font-size: 30px;
	position: relative; 
	letter-spacing: 2.5px;
    color: var(--theme-color);
}

.main-full .author {
    margin-left: 5px;
	font-size: 13px;
	margin: 0 5px;
	color: #b1b1b1;
	letter-spacing: .5px;
}

.main-full .placeholder {
	display: inline-block;
	position: relative;
	width: 1px;
	height: 18px;
	margin: 0 8px;
	background: #c6c6c6;
}


.fa-house {
    padding: 1px 2px;
    transform: scale(0.8);
}

/**  底部分行设置行高 **/
.footer .copyright p:last-child {
    line-height: 28px;
}


.subright .searchList {
	border-top: 1px solid #ddd;
}
.subright .searchList li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.subright .searchList li:first-child {
	border-top: none;
}
.subright .searchList li:hover a h2 {
	color: #16a1b3;
	font-weight: bold;
}


.entry-preview #preview #pg-list .pg-items .lh {
    overflow: hidden;
    position: relative;
    width: 600px;
    height: auto;
    top: 0px;
}

.ck {
    height: 38px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/*** 移动端自适应样式：   封面栏目标题及简介 ***/
@media (min-width:980px) {
	body.lang-other .entry-related-title {
		display:none;
	}
}

@media ((max-width: 980px)) {
	.main-full .catname,.main-full .where,.main-full .placeholder,.main-full .author {
		display:none;
	}
	.entry-preview #preview #pg-list .pg-items .lh {
    overflow: hidden;
    position: relative;
    width: 600px;
    height: auto;
    top: 0px;
    left: -10px;
}
}



@media ((max-width: 980px)) {
.footer .copyright {
	font-size: .9em;
	margin-top: 10px;
	padding: 8px 0;
	text-align: center;
}

.footer .copyright p:last-child,.footer .copyright p a{
    margin-bottom: 0;
    font-size: .9em;
}


}

/*********
@media (max-width: 980px) {
    .entry-preview #preview #pg-img {
		min-height: 400px;
		min-width: 400px;
    }
}

@media (max-width: 980px) {
    #pg-img {
		height: 400px;
		width: 400px;
    }
}
**********/